home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
Caml Light 0.7
/
examples
/
asl
/
asl.mli
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-01
|
155 b
|
6 lines
|
[
TEXT/MPS
]
(* $Id: asl.mli,v 1.3 1994/11/10 09:57:19 xleroy Exp $ *)
exception Error of string;;
type 'a option = None | Some of 'a;;
value init_env : string list;;